DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase<TConnectionImpl> Class / GetDataSourceInformationSchema Method

In This Topic
    GetDataSourceInformationSchema Method (C1ConnectionBase<TConnectionImpl>)
    In This Topic
    Retrieve the metadata relatively to the dataSource informations.
    Syntax
    'Declaration
     
    Protected Overridable Function GetDataSourceInformationSchema() As DataTable
    protected virtual DataTable GetDataSourceInformationSchema()
    See Also